'Declaration Public Overloads Shared Function CreateCompositeProcessing<TTargetThe type of the target.>( _
ByVal nameThe name of composite command.As System.String, _
ByVal ParamArray processingCommandsThe processing commands.As IProcessingCommand(Of TTarget) _
) As ProcessingCommand(Of TTarget) (Of TTargetThe type of the target.)
public static ProcessingCommand<TTarget> CreateCompositeProcessing<TTarget>(
System.String name,
params IProcessingCommand<TTarget> processingCommands
)
public: static ProcessingCommand<TTarget*>* CreateCompositeProcessing<TTarget>(
System.String name,
params IProcessingCommand<TTarget*>* processingCommands
)
generic<typename TTarget> public:
static ProcessingCommand<TTarget^>^ CreateCompositeProcessing(
System.String name,
... IProcessingCommand<TTarget^>^ processingCommands
)
Parameters
- name
- The name of composite command.
- processingCommands
- The processing commands.
Type Parameters
- TTarget
- The type of the target.
Return Value
New instance of CompositeProcessingCommand<TTarget> class.